@charset "gb2312";
.chromestyle{
	background-image: url(../image/navbg.gif);
	background-repeat: repeat-x;
	height: 35px;

}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	list-style-type: none;
	float: left;
}

.chromestyle ul li a{
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	width: 90px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0;
	z-index:100;
	visibility: hidden;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	left: 0px;
	position: absolute;
	width: 99px;
}


.dropmenudiv a{
	color: #FFFFFF;
	height: 30px;
	width: 99px;
	line-height: 30px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px;
	background-color: #033F24;
	border-color: #045933;
}

* html .dropmenudiv a{ /*IE only hack*/
	color: #FFFFFF;
	height: 30px;
	width: 99px;
	line-height: 30px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px;
	background-color: #033F24;
	border-color: #045933;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #FFFFFF;
	background-color: #46896C;
}
